home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / gpt32src.zip / EPSVIEW.M < prev    next >
Text File  |  1992-03-25  |  389b  |  26 lines

  1. #ifndef lint
  2. static char *RCSid = "$Id: EPSView.m,v 3.24 1992/02/29 16:23:41 woo Exp woo $";
  3. #endif
  4.  
  5. /*
  6.  * $Log: EPSView.m,v $
  7. # Revision 3.24  1992/02/29  16:23:41  woo
  8. # gnuplot3.2, beta 4
  9. #
  10.  * Revision 3.23  1992/02/21  20:18:16  woo
  11.  * gnuplot3.2, beta 3
  12.  *
  13.  */
  14.  
  15. #import "EPSView.h"
  16.  
  17. @implementation EPSView
  18.  
  19. + new
  20. {
  21.     self = [super new];
  22.     return self;
  23. }
  24.  
  25. @end
  26.